const github.com/refraction-networking/utls.extensionSupportedVersions
11 uses
github.com/refraction-networking/utls (current package)
common.go#L123: extensionSupportedVersions uint16 = 43
handshake_messages.go#L264: echOuterExts = append(echOuterExts, extensionSupportedVersions)
handshake_messages.go#L266: exts.AddUint16(extensionSupportedVersions)
handshake_messages.go#L619: case extensionSupportedVersions:
handshake_messages.go#L826: exts.AddUint16(extensionSupportedVersions)
handshake_messages.go#L985: case extensionSupportedVersions:
u_common.go#L249: case extensionSupportedVersions:
u_common.go#L359: case extensionSupportedVersions:
u_tls_extensions.go#L56: case extensionSupportedVersions:
u_tls_extensions.go#L1468: b[0] = byte(extensionSupportedVersions >> 8)
u_tls_extensions.go#L1469: b[1] = byte(extensionSupportedVersions)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |